File manager - Edit - /home/autoph/public_html/projects/ahg-prf-api/config/services.php
Back
<?php return [ /* |-------------------------------------------------------------------------- | Third Party Services |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such | as Mailgun, Postmark, AWS and more. This file provides the de facto | location for this type of information, allowing packages to have | a conventional file to locate the various service credentials. | */ 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), 'scheme' => 'https', ], 'postmark' => [ 'token' => env('POSTMARK_TOKEN'), ], 'ses' => [ 'key' => env('AWS_ACCESS_KEY_ID'), 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'), ], //sms 'sms' => [ 'default' => env('SMS_DRIVER','philsms'), 'providers' => [ 'philsms' => [ 'uri' => env('PHILSMS_URI', 'https://api.philsms.com/outbound/v1'), 'body_template' => env('PHILSMS_BODY', '{"apiKey": "[key]","apiPass": "[pwd]","mask": "AUTOHUB GRP","content": "[msg]","msisdn": "[no]"}'), 'key' => env('PHILSMS_KEY', 'your-key'), 'password' => env('PHILSMS_PASSWORD', 'your-password'), 'headers' => [ 'Content-Type' => 'application/json', ], 'success_code' => env('PHILSMS_SUCCESS', '0'), ], 'itexmo' => [ 'uri' => env('ITEXMO_URI', 'https://api.itexmo.com/api/broadcast'), 'email' => env('ITEXMO_EMAIL', 'your-email'), 'password' => env('ITEXMO_PASSWORD', 'your-password'), 'apicode' => env('ITEXMO_APICODE', 'your-apicode'), 'sender_id' => env('ITEXMO_SENDER_ID', 'AUTOHUB GRP'), 'headers' => [ 'Content-Type' => 'application/x-www-form-urlencoded', ], 'success_code' => env('ITEXMO_SUCCESS', '0'), ], ] ], 'google' => [ 'credentials' => storage_path('autohub-assist-ff9a5fe0ee23.json'), ], ];
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings